func encoding/hex.fromHexChar

5 uses

	encoding/hex (current package)
		hex.go#L61: 		a, ok := fromHexChar(src[j-1])
		hex.go#L65: 		b, ok := fromHexChar(src[j])
		hex.go#L75: 		if _, ok := fromHexChar(src[j-1]); !ok {
		hex.go#L84: func fromHexChar(c byte) (byte, bool) {
		hex.go#L188: 			if _, ok := fromHexChar(d.in[len(d.in)-1]); !ok {